Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/solygambas/html-css-javascript-projects/039-password strength background/

index.html /cody/solygambas/html-css-javascript-projects/039-password strength background/index.html
497 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
script.js /cody/solygambas/html-css-javascript-projects/039-password strength background/script.js
261 Views
0 Comments
const password = document.getElementById("password");
const background = document.getElementById("background");

password.addEve
style.css /cody/solygambas/html-css-javascript-projects/039-password strength background/style.css
194 Views
0 Comments
* {
box-sizing: border-box;
}

body {
display: flex;
flex-direction: column;
align-items: center;